home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / floatMenu.dxr / Internal_34.ls < prev    next >
Encoding:
Text File  |  2001-06-12  |  421 b   |  13 lines

  1. on mouseUp
  2.   tell the stage
  3.     forget(window "floatMenu")
  4.     go(the frame + 1)
  5.     if not objectp("readings") then
  6.       set the windowType of window "readings" to 2
  7.       set the rect of window "readings" to the drawRect of window "readings" + rect(the stageLeft + 16, the stageTop + 4, the stageLeft + 16, the stageTop + 4)
  8.       open(window "readings")
  9.       moveToFront(window "readings")
  10.     end if
  11.   end tell
  12. end
  13.